home *** CD-ROM | disk | FTP | other *** search
- Path: news.uh.edu!usenet
- From: Sensarn <txs53132@bayou.uh.edu>
- Newsgroups: comp.lang.c++
- Subject: Re: Why C++ sucks++
- Date: 31 Jan 1996 20:30:04 GMT
- Organization: AEtna Insurance Agency
- Message-ID: <4eojgc$d10@masala.cc.uh.edu>
- References: <1996Jan29.223357.1@aspen> <4eobl2$1sq@news2.ios.com>
- NNTP-Posting-Host: sip-14293.public-dialups.uh.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1 (Windows; U; 16bit)
-
- >Try this:
- >
- >>*** SEASONED PROFESSIONAL ***
- >#include <iostream.h>
- >main() { cout << "Hello world\n";}
- >
- >*******************************************
- >* Vlastimil Adamovsky *
- >* Smalltalk, C++ and Envelop development *
- >*******************************************
- >
-
- Yeah, or this:
-
- #include <stdio.h>
-
- void main(void) {printf("\nHello world\n");}
-
- Steven Sensarn - txs53132@bayou.uh.edu
-
-